home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Compilers⁄Interps / kevoSource / files.h < prev    next >
Text File  |  1993-03-13  |  337b  |  14 lines

  1. /* Kevo -- a prototype-based object-oriented language */
  2. /* (c) Antero Taivalsaari 1991-1993                   */
  3. /* Some parts (c) Antero Taivalsaari 1986-1988           */
  4. /* files.h: File management internals                   */
  5.  
  6. void    initFiles();
  7.  
  8. void     pushToIFS();
  9. void    pushInfile();
  10. void    popOutfile();
  11.  
  12. void    pushToOFS();
  13. void    pushOutfile();
  14. void    popOutfile();